Skip to main content
Version: 5.2.0.0

Automatic configuration of licensing

The license can be injected using the following environment variable:

ORCHESTRA_LICENSE=<Base64-encoded form or file-uri>
tip

Important: If you use a variable that allows <Base64-encoded form or file-uri>, Orchestra assumes by default that the value is provided in Base64 encoding.

If Orchestra needs to read a file, the parameter must start with the prefix file:/. A correct file URI example is:

ORCHESTRA_LICENSE=file:/C:/Users/lic_containerMode.response

If the provided values do not match these requirements, the plaintext will be used instead.